home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00060.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  313 b   |  14 lines

  1. on mouseDown
  2.   global b
  3.   repeat while the mouseDown = 1
  4.     puppetSprite(17, 1)
  5.     set the visible of sprite 17 to 1
  6.     set b to the locH of sprite 17
  7.     set b to the locV of sprite 17
  8.     set b to b - 4
  9.     set the locH of sprite 17 to b
  10.     set the locV of sprite 17 to b
  11.     updateStage()
  12.   end repeat
  13. end
  14.